@charset "utf-8";
.fondo {
	background-image: url(fondoverde.jpg);
	height: 100%;
	width: 100%;

}
#encabezado {
	font-family: "myriad pro";
	font-size: 45px;
	font-style: oblique;
	font-weight: bold;
	color: #000000;
	float: left;
	height: 0px;
	width: 100%;
}
#fondo {
	padding: 10%;
}
#tabla {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: oblique;
	font-weight: bold;
	color: #0c0176;
	float: left;
	margin-top: 100px;
	width: 100%;
}
#marcas {
	float: left;
	width: 100%;
}
#letra {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	width: 100%;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 20px;
}
